Adding github prompts and skills for azure-ai-ml#44956
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request adds three GitHub prompt files for the azure-ai-ml package to help developers with common tasks: generating PR summaries, formatting code with Black, and conducting code reviews.
Changes:
- Added azureml-pr-summary.prompt.md - provides a template and guidelines for creating comprehensive PR descriptions
- Added azureml-format-black.prompt.md - provides instructions for running Black formatter on the azure-ai-ml package
- Added azureml-code-review.prompt.md - provides a comprehensive checklist and process for reviewing code changes
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 15 comments.
| File | Description |
|---|---|
| .github/prompts/azureml-pr-summary.prompt.md | New prompt template for generating structured PR summaries with categorized changes, impact assessment, and quality checklist |
| .github/prompts/azureml-format-black.prompt.md | New prompt with instructions for applying and verifying Black code formatting |
| .github/prompts/azureml-code-review.prompt.md | New comprehensive code review checklist covering Azure SDK compliance, quality, testing, security, and documentation |
|
One caveat that changes to these files aren't going to be hooked up to CODEOWNERS for correct review routing when there are potential changes. |
I opened a PR to, for now, add myself and Libba as code owners for Copilot instruction folders: #45171. That is a good point though, to consider whether we'll also want service code owners for these directories |
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines